home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / FREEDIAL / !FDInstall / FreeDial / Stacks / FreeNet / SLIP < prev   
Text File  |  1996-01-22  |  333b  |  11 lines

  1. RMEnsure SLIPdriver 0 RMRun FreeNet:Drivers.SLIPdriver 576
  2.  
  3. slattach +e +f <Inet$ModemDriver> <Inet$ModemPort> <Inet$ModemSpeed>
  4. ifconfig sl0 inet <Inet$LocalIP> <Inet$RemoteIP> netmask 0xffffff00 up
  5.  
  6. |
  7. | Setup the routing tables
  8. |
  9. If "<Inet$RouterIP>" = "" Then Set Inet$RouterIP <Inet$RemoteIP>
  10. route add default <Inet$RouterIP> 1
  11.